object Form11: TForm11 Left = 334 Top = 189 Width = 440 Height = 151 Caption = 'User Prompt' Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = True OnClose = FormClose OnDeactivate = FormDeactivate OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 10 Top = 10 Width = 38 Height = 16 Caption = 'Label1' end object BitBtn1: TBitBtn Left = 98 Top = 79 Width = 93 Height = 29 Hint = 'Proceed - change bounds for images already in the queue' Caption = 'Ok' ParentShowHint = False ShowHint = True TabOrder = 0 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 226 Top = 79 Width = 93 Height = 29 Hint = 'Do not change bounds of images in the queue' ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = BitBtn2Click Kind = bkCancel end object Edit1: TEdit Left = 10 Top = 39 Width = 415 Height = 24 TabOrder = 2 end end